home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5576 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Anyone learned C on Mac with New C Primer Plus?
  5. Date: 17 Feb 1996 21:21:38 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4g5gt2$mqi@redstone.interpath.net>
  8. References: <4flpkj$dq7@news1.deltanet.com>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Dale Bricker (delegrp@deltanet.com) wrote:
  13. : I am still wonder-
  14. : ing if there is anyone out there who has relied primarily on the 
  15. : New C Primer Plus and CW to learn C?
  16.  
  17. The New C Primer Plus is an excellent book. You should be in good shape
  18. if you use it. I give it a **** rating, and it's one of the most
  19. affordable and easiest to find books available. Although the Waite
  20. Group is part of Sams, they have much higher standards than most
  21. of the crap Sams produces. The Waite Group is fairly independant
  22. in terms of what gets put in the books.
  23.  
  24. I've never used C on a MacIntosh (I've never used a Mac!), but if it is
  25. an ANSI C compiler, the code in NCPP should compile fine. I don't know
  26. if you can write "console mode" C programs on a Mac or not. The
  27. compiler probably has something like Borland's EasyWin library that
  28. fakes out a console-like terminal window on the bitmapped interface, so
  29. you can use stdout, stdin, etc instead of GUI routines.
  30.  
  31. Scott
  32.  
  33.